home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake Busters
/
QUAKE.bin
/
pc
/
shared.dir
/
00851_Script_(Bt) Down Quit
< prev
next >
Wrap
Text File
|
1996-06-10
|
751b
|
32 lines
-- will go to ending scene and quit
on mouseDown
puppetSound "Mouse Down"
updateStage
set the castnum of sprite the clickOn to ¼
the number of cast "qr"
updatestage
repeat while the stilldown
if not rollover(the clickOn) then ¼
set the castnum of sprite the clickOn to ¼
the number of cast "qy"
updateStage
if rollover(the clickOn) then nothing
end repeat
puppetSound 0
end mouseDown
on mouseUp
set the castnum of sprite the clickOn to ¼
the number of cast "qy"
if rollover(45) then puppetSound "Mouse Up"
updatestage
repeat while soundBusy(1)
nothing
end repeat
puppetSound 0
updatestage
if rollover(45) then ¼
go to frame "ending" of movie ":SHORTS:END.DIR"
end mouseUp